Class org.omg.CORBA.ShortHolder
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.ShortHolder

java.lang.Object
   |
   +----org.omg.CORBA.ShortHolder

public final class ShortHolder
extends Object
A Holder class for shorts for use with out and in/out IDL parameters.

Variable Index

 o value
the short value held by the ShortHolder

Constructor Index

 o ShortHolder()
construct the ShortHolder with null initial value
 o ShortHolder(short)
construct the ShortHolder with the given short

Variables

 o value
  public short value
the short value held by the ShortHolder

Constructors

 o ShortHolder
  public ShortHolder()
construct the ShortHolder with null initial value
 o ShortHolder
  public ShortHolder(short initial)
construct the ShortHolder with the given short
Parameters:
initial - the short used to initialize the ShortHolder value

All Packages  Class Hierarchy  This Package  Previous  Next  Index